
body {
    background-image: url('./12.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    user-scalable: no; 
  }
  .scrollable-container {
    overflow: scroll;
  }
.overlay img.a {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .overlay h1 {
    text-align: center;
  }   /*让博客头像和标题居中*/

.overlay p{
    text-align: center;
}
/*以下为粒子效果*/
  #particle-container {
      position: fixed;
      top: 0;
      left: 0;
      pointer-events: none;
      z-index: 9999;
  }

  canvas {
      position: absolute;
      top: 0;
      left: 0;
  }